Add introspection friendly version of gtk_tree_path_new_from_indices
authorSimon Feltman <sfeltman@src.gnome.org>
Fri, 16 Aug 2013 10:59:30 +0000 (03:59 -0700)
committerSimon Feltman <sfeltman@src.gnome.org>
Sun, 5 Jan 2014 19:23:41 +0000 (11:23 -0800)
commitefa8956718386b29ecd37aa11e1a827656b66616
tree343e9b2987c12bd9171c75cd7e11bc1443723ef7
parent935dc1d273d01bcc95354083d951767d828206fb
Add introspection friendly version of gtk_tree_path_new_from_indices

Add gtk_tree_path_new_from_indicesv which takes an array of
integers with a length. Use "Rename to" annotation to rename the
method as gtk_tree_path_new_from_indices. This is needed because
the original method takes variadic arguments which is not supported
by introspection.

https://bugzilla.gnome.org/show_bug.cgi?id=706119
docs/reference/gtk/gtk3-sections.txt
gtk/gtktreemodel.c
gtk/gtktreemodel.h